Micron Document
Fox's Git Mirrors

Node / acehoss / tk.git rns://e35de29a61974cd952fde3fe9c8500d5/acehoss/tk.git


>ticket-extensions

Plugins for tk (v0.3.2+) that add visualization commands.

Plugins

tk tree

Show the parent/child ticket hierarchy as an ASCII tree. Tickets are sorted by status (open before closed), priority, then ID.

T282828
tk tree # full tree from all roots
tk tree <id> # subtree rooted at a specific ticket

tk deps-mermaid

Generate a Mermaid T383838graph TD diagram of ticket dependency relationships. Useful for pasting into markdown or rendering with tools that support Mermaid.

T282828
tk deps-mermaid # all tickets
tk deps-mermaid <id> [id...] # subgraph reachable from given roots

Install

Run the install script to symlink the plugins into a directory on your PATH:

T282828
./install.sh # default: ~/.local/bin
./install.sh /usr/local/bin # or specify a directory

Or manually copy/symlink the T383838tk-* files into any directory on your PATH.

Requirements

• tk v0.3.2+ (plugin system support)
• bash, awk, find (standard unix tools)

Tests

Run the lightweight extension smoke/regression tests:

T282828
bash tests/run.sh

Served by rngit 1.4.1 - Generated in 0.03s